Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DDF improvement for button chords on Illumra Dual Rocker Switch (PTM215ZE Friends of Hue) #8038

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lowellstewart
Copy link

@lowellstewart lowellstewart commented Nov 23, 2024

First of all, huge thanks to everyone (especially @mdolnik) involved in adding the initial support for this switch back in 2020. I've had one sitting in a bin and I finally got it working today thanks to PR #3285 !

I knew from previous experiments with this switch, that in addition to the 4 buttons already implemented, the switch also supports undocumented button "chords", through which additional automations can be assigned. See the stellar research user rkjnsn did here: https://www.reddit.com/r/Hue/comments/8s85g7/experience_with_illumra_rocker_switch_and_hue/

Using the additional codes listed there, I added support for 4 additional "virtual" buttons on the Illumra Dual Rocker switch, which are accessed by pushing two of the other buttons simultaneously:

  • Button 5 == Button 1 (left top) + Button 3 (right top)
  • Button 6 == Button 2 (left bottom) + Button 3 (right top)
  • Button 7 == Button 1 (left top) + Button 4 (right bottom)
  • Button 8 == Button 2 (left bottom) + Button 4 (right bottom)

It may be kind of arcane, but it could be a cool easter egg. ;-) It's a very limited change thankfully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant